home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / cm_p.h < prev    next >
C/C++ Source or Header  |  1993-10-05  |  286b  |  12 lines

  1. #ifndef __CM_P_H__
  2. #define __CM_P_H__
  3.  
  4. extern _VOID_ evalcost _P_((char c));
  5. extern _VOID_ cmputc _P_((char c));
  6. extern _VOID_ cmcostinit _P_((void));
  7. extern _VOID_ cmgoto _P_((int row, int col));
  8. extern _VOID_ Wcm_clear _P_((void));
  9. extern int Wcm_init _P_((void));
  10.  
  11. #endif
  12.